/* Resets */

a img{
	border:0;
}

/* Resets ENDE */

/* Grundgerüst */

body{
	padding:0;
	margin:0;	
	background-image:url(../gfx/body_bg.png);
	background-repeat:repeat-x;
	background-color:#f8efdd;
	font-size:14px;
	font-family: "comic sans ms";
}

div#site-outer{
	width:1005px;
	margin:0 auto;
}

div#page-outer{
	background-image:url(../gfx/page_bg.png);
	background-repeat:repeat-y;
}

div#page-inner{
	margin-left:4px;	
	margin-right:4px;
}

div#header{
	height:213px;
	position:relative;
	background-image:url(../gfx/Hundewiese_Header_neu_jubilaeum.png);
	background-repeat:no-repeat;
}

div#main{

}

div#menu{
	width:215px;
	min-height:600px;
	background-image:url(../gfx/menu_bg_breit_3.png);
	background-repeat:no-repeat;	
	float:left;
}

div#content-inner{
	margin:4px 10px 10px 15px;	
}

div#footer{
	height:27px;	
	background-image:url(../gfx/footer_bg.png);
	background-repeat:no-repeat;	
}

div#content{
	float:left;	
	width:757px;
	min-height:568px;
	background-image:url(../gfx/content_bg.png);
	background-repeat:repeat-x;	
}

/* Grundgerüst ENDE */


/* Standardelemente */

h1{
	font-size:1.6em;
	padding:0;
	margin:0 0 5px 0;	
}

h2{
	font-size:1.2em;	
}

br.clear-both{
	clear:both;
	line-height:0;
	font-size:0;
	height:0;	
}

br.clearBoth{
	clear:both;	
}

img.image-right{
	float:right;
	width:400px;
	margin:5px 0 10px 10px;
}

img.galerie-image{
	width:126px;
	max-height:80px;	
	border:1px solid #E5C8A3;
}

a.active{
	font-weight:bold;	
}

/* Standardelemente ENDE */


/* Header */

div#header ul{
	position:absolute;
	right:20px;
	top:0;
	padding:0;
	margin:0;	
}

div#header ul li{
	list-style:none;
	font-size:0.8em;
}

div#header ul li a{
	color:#FFDECF;	
}

a.homelink{
	width:400px;
	display:block;
	margin:0 auto;
	height:150px;
	color:#fff;
}

/* Header ENDE */


/* Links */

/* Kontaktbox (Links) */
div#kontakt{
	margin:55px 0 0 10px;
	background-image:url(../gfx/ico_phone.png);
	background-repeat:no-repeat;
	color:#000;
	letter-spacing:3px;
	text-align:right;
	padding-right:15px;
}

div#kontakt h2{
	font-size:1.1em;
	color:#924A29;
	padding-left:30px;	
	line-height:27px;
	margin:0;
	letter-spacing:0;
}
/* Kontaktbox (Links) ENDE */	

/* Menü (Links) */

div#menu ul{
	padding:0 0 0 10px;
	margin:0;	
}

div#menu ul li{
	list-style:none;
	margin:0 3px 7px 0;
	min-height:29px;
	background-image:url(../gfx/menu_btn.png);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

div#menu ul li a{
	color:#924a29;	
	line-height:29px;
	min-height:29px;
	padding-left:35px;
	text-decoration:none;
	display:block;
	background-image:url(../gfx/ico_pfote.png);
	background-repeat:no-repeat;
}

div#menu ul li a:hover{
	text-decoration:underline;	
}

div#menu ul li a.active:hover{ /* Aktiven Menüpunkt kennzeichnen */
	cursor: default;
	text-decoration:none;
}

/* Menü (Links) */

/* Links ENDE */



/* Content */

span.small{
	padding:3px;	
}

div.galerie div.content-links{
	margin:5px 0 8px 0;
}

div.content-links a{
	background-color:#F4E1BE;	
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #CFB38E;
	padding:3px;
}

div.frontpage{
	margin-top:10px;	
	padding-right:10px;
}

div.startseite-preview-box{
	background-color:#f4e3c3;
	width: 225px;
	margin-right:16px;
	float:left;	
	overflow:hidden;
	border:1px solid #E5C8A3;
	-moz-border-radius:5px;
	border-radius:5px;
}

div.startseite-preview-box h2{
	background-color:transparent;
	padding:2px 3px 2px 5px;
	margin:0;
}

div.startseite-preview-box-last{
	margin-right:0;	
}

div.startseite-preview-box h2 a{
	color:#000;
	text-decoration:none;	
}

div.startseite-preview-box h2 a:hover{
	text-decoration:underline;	
}

a.read-on{
	display:block;
	text-align:right;
	padding:6px;	
	color:#000;
}

.label{
	font-weight:bold;	
	color:#924A29;
}

div#content p{
	text-align:justify;	
	padding:5px 10px 5px 10px;
}

div.content-links{
	font-size:0.8em;	
	text-align:right;
	
}

table.preistabelle,
table.oeffnungszeiten{
	width:80%;	
}

table.preistabelle tr.even,
table.oeffnungszeiten tr.even{
	background-color:#F4E1BE;
}


table.preistabelle tr.even:hover,
table.oeffnungszeiten tr.even:hover,
table.oeffnungszeiten tr:hover{
	background-color:#fff;	
}

table.preistabelle tr td,
table.oeffnungszeiten tr td{
	padding:5px;	
	border:1px solid #CFB38E;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* Content ENDE */


/* Lightbox */

#lightbox-secNav #lightbox-secNav-btnClose{
	width:95px;
}

#lightbox-container-image-data-box{
	font-family:comic sans ms;	
}

/* Lightbox ENDE */

